home *** CD-ROM | disk | FTP | other *** search
/ Cute & Cuddly Animals Screen Savers / Cute & Cuddly Animals Screen Savers.iso / _SETUP.1 / BDEADMIN.EXE / RCDATA / TVERINFOFORM / TVERINFOFORM.txt
Text File  |  1999-11-12  |  1KB  |  53 lines

  1. object VerInfoForm: TVerInfoForm
  2.   Left = 52
  3.   Top = 193
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'BDE Version Information'
  7.   ClientHeight = 327
  8.   ClientWidth = 404
  9.   HelpFile = 'dbexplr3.hlp'
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object BtnOK: TButton
  16.     Left = 240
  17.     Top = 296
  18.     Width = 75
  19.     Height = 25
  20.     Cancel = True
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object StringGrid1: TStringGrid
  27.     Left = 8
  28.     Top = 8
  29.     Width = 393
  30.     Height = 281
  31.     DefaultColWidth = 84
  32.     DefaultRowHeight = 18
  33.     FixedCols = 0
  34.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
  35.     TabOrder = 1
  36.     ColWidths = (
  37.       84
  38.       84
  39.       51
  40.       64
  41.       87)
  42.   end
  43.   object BtnHelp: TButton
  44.     Left = 320
  45.     Top = 296
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Help'
  49.     TabOrder = 2
  50.     OnClick = BtnHelpClick
  51.   end
  52. end
  53.